UserCSS - 縮小釘選記事
code:style.css
.grid li.pin {
height: 32px;
/* margin-bottom: 5px; */
/* 2024-04-22 */
aspect-ratio: auto;
}
/*
@media screen and (max-width: 450px) {
.grid li.pin {
width: 30vw;
margin-right: 2.5vw;
}
}
*/
.grid li.page-list-item.pin a {
border-radius: 7px;
margin: none;
box-shadow: none;
}
.grid li.page-list-item a .header.pinned {
border-top:none;
padding: 6px 5px;
}
.grid li.page-list-item.pin a .title {
font-size: 12px;
color: var(--card-title-color);
max-height: 20px;
text-align: center;
}
.grid li.page-list-item.pin a .content :is(.description,.icon) {display: none;}
.grid li.page-list-item a .pin {background: none;}